lcStatbarResize Home

Changes a size and position of a status bar object.

 BOOL lcStatbarResize (
   HANDLE hStatbar,
   int Left,
   int Top,
   int Width,
   int Height
 );

Parameters
hStatbar
  Handle to a status bar object.
Left
  Specifies the new position of the left side of the window.
Top
  Specifies the new position of the top of the window.
Width
  Specifies the new width of the window.
Height
  Specifies the new height of the window.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcCreateStatbar